Feature: Crear un nuevo post en schedule, lo elimino y buscarlo en la lista de schedule, valido que no existe

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 5.478s

Scenario: Como autor creo un post en schedule, y lo busco en la lista de schedule, lo elimino y luego valido que no existe

Before 0m 2.174s
Given I go to page "<HOST>" "ghost/#/signin" 0m 8.346s
And I sign in with "<USERNAME>" and "<PASSWORD>" 0m 3.390s
When I click new post 0m 3.438s
And I set post attributes title "$number_1" and body "$string_1" 0m 3.133s
And I select schedule post 0m 3.074s
And I go to page "<HOST>" "ghost/#/posts?type=scheduled" 0m 7.729s
And I Click a post with title "$$number_1" 0m 4.830s
And I press settings button 0m 2.865s
And I click delete from settings 0m 7.788s
And I delete post 0m 7.759s
And I go to page "<HOST>" "ghost/#/posts?type=scheduled" 0m 8.004s
Then I validate the post with "$number_1" not exists 0m 2.934s
After 0m 0.014s

Screenshots

Before
NO IMAGE AVAILABLE
Given I go to page "<HOST>" "ghost/#/signin"
And I sign in with "<USERNAME>" and "<PASSWORD>"
When I click new post
And I set post attributes title "$number_1" and body "$string_1"
And I select schedule post
And I go to page "<HOST>" "ghost/#/posts?type=scheduled"
And I Click a post with title "$$number_1"
And I press settings button
And I click delete from settings
And I delete post
And I go to page "<HOST>" "ghost/#/posts?type=scheduled"
Then I validate the post with "$number_1" not exists
After
NO IMAGE AVAILABLE